Vcenter Vcha Cluster IpInfo
The Vcenter Vcha Cluster IpInfo schema contains properties related to an ip.
This schema was added in vSphere API 6.7.1.
{
"ip_family": "string",
"ipv4": {
"address": "string",
"subnet_mask": "string",
"prefix": 0
},
"ipv6": {
"address": "string",
"prefix": 0
},
"gateway_ip": "string"
}
Family of the ip.
For more information see: Vcenter Vcha Cluster IpFamily.
This property was added in vSphere API 6.7.1.
If the type of the ip family is IPV4, then this will point to IPv4 address specification.
This property was added in vSphere API 6.7.1.
This property is optional and it is only relevant when the value of ip_family is Vcenter Vcha Cluster IpFamily.IP_v4.
If the type of the ip family is IPV6, then this will point to IPv6 address specification.
This property was added in vSphere API 6.7.1.
This property is optional and it is only relevant when the value of ip_family is Vcenter Vcha Cluster IpFamily.IP_v6.
Gateway IP address.
This property was added in vSphere API 6.7.1.
If missing or null
, no gateway is specified.